home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / dman_300.zip / DMSTATS.DOC < prev    next >
Text File  |  1992-11-15  |  2KB  |  56 lines

  1.                   
  2.  
  3.               The DoorMan Statistics Generator v.90ß
  4.  
  5.   This little util will read your DoorMan v3.0 DAT file and write
  6.   up to 36 Bulletin files! (Based on having 15 categories). Each
  7.   Bulletin will contain the following data:
  8.  
  9.     Total Uses
  10.     Average Uses Per Day
  11.     Average Minutes in Door (or Category)
  12.     Percent of Total Usage (or Category Usage)
  13.     Last Date Used
  14.  
  15.   All the files are created in both ANSI and ASCII formats. 
  16.  
  17.   Each files is sorted in decending order based on Total Usage.
  18.   The scopes for the bulletins are as follows:
  19.  
  20.     All Doors
  21.     Top ## Doors (## defined in a sec)
  22.     Overall Stats by Category
  23.     All Doors in a Category
  24.  
  25.   The names and locations of these bulletins are taken from a 
  26.   config file named DMSTATS.CFG.  There should be a sample
  27.   file in the archive.  Each line is commented in that file so
  28.   you can just edit it and go (don't worry about nuking the 
  29.   comments, the program will ignore them).  However, just in
  30.   case the file isn't there, here's what should be in it.
  31.  
  32.   C:\WC30\BULL         ;Location of Bulletin Files
  33.   10                   ;Number of Doors for Top ## Bulletin
  34.   BBS                  ;ASCII Extension for Bulls
  35.   SCR                  ;ANSI Extension for Bulls
  36.   BULL20               ;Filename for Overall Stats by Category (8 Char. Max)
  37.   BULL21               ;Filename for Overall Stats by Door (8 Char. Max)
  38.   BULL22               ;Filename for Top ## Doors (8 Char. Max)
  39.   BULL1                ;Rootname for Individual Category Bulls (6 Char. Max)
  40.   @PAUSE@              ;Pause Code for End of Bulletins (Blank for None)
  41.  
  42.   The Individual Category Bulls will be names as:
  43.  
  44.      RootName + Category Number (as positioned in the menus)
  45.  
  46.   Therefore, in the example above, the Bulletins would come out as
  47.   BULL101, BULL102, BULL103, etc.... up to the maximum of BULL115.
  48.  
  49.   WILDCAT NOTE:  Since I don't run WildCat, I don't know if it will
  50.                  freak out on a number greater than 99 or not?  If
  51.                  so, simply create a bat file which runs the program
  52.                  then renames each bulletin to whatever you want.
  53.  
  54.   To use the program, simply put it in you DoorMan v3.0 directory 
  55.   and run it, that's it!
  56.